SHAMD5_MODE_ALGO=SHAMD5_MODE_ALGO_MD5
SHA Mode
SHAMD5_MODE_ALGO | Hash Algorithm 0 (SHAMD5_MODE_ALGO_MD5): MD5 2 (SHAMD5_MODE_ALGO_SHA1): SHA-1 4 (SHAMD5_MODE_ALGO_SHA224): SHA-224 6 (SHAMD5_MODE_ALGO_SHA256): SHA-256 |
SHAMD5_MODE_ALGO_CONSTANT | The initial digest register will be overwritten with the algorithm constants for the selected algorithm when hashing and the initial digest count register will be reset to 0 |
SHAMD5_MODE_CLOSE_HASH | Performs the padding, the Hash/HMAC will be ‘closed’ at the end of the block, as per MD5/SHA-1/SHA-2 specification |
SHAMD5_MODE_HMAC_KEY_PROC | HMAC Key Processing Enable |
SHAMD5_MODE_HMAC_OUTER_HASH | HMAC Outer Hash Processing Enable |